home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-13 | 3.3 KB | 16 lines | [TEXT/KAHL] |
- //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- //| CScrollNumPane
- //|
- //| This implements a pane containing a number which reflects the setting of a scroll bar
- //|_______________________________________________________________________________________
-
- #include "CColorPaneBorder.h"
- #include "CScrollNumPane.h"
-
-
- //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- //| CScrollNumPane::IScrollNumPane
- //|
- //| Purpose: Initialize the scroll number pane.
- //|
- //|